home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / en-US.jar / locale / browser / help / firefox_welcome.xhtml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-10  |  1.5 KB  |  41 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"[
  3.     <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
  4.     <!ENTITY % regionDTD SYSTEM "chrome://global-region/locale/region.dtd" >
  5.     %brandDTD;
  6.     %regionDTD;
  7. ]>
  8. <!--
  9. Contributors:
  10.   R.J. Keller <rlk@trfenv.com> (original author)
  11.   Jeff Walden <jwalden+code@mit.edu>
  12.   Steffen Wilberg <steffen.wilberg@web.de>
  13. -->
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17.     <title>&brandFullName; Help</title>
  18.     <link rel="stylesheet" type="text/css" href="chrome://help/skin/helpFileLayout.css"/>
  19. </head>
  20. <body>
  21.  
  22. <h1>Welcome to &brandFullName; Help</h1>
  23. <p>To display information about &brandFullName; in this window, click topics in
  24.   the <em>Contents</em> sidebar. Click the <span class="noMac">plus icon</span>
  25.   <span class="mac">triangle</span> next to a topic to see its subtopics.</p>
  26.  
  27. <p>You can also use the <em>Search</em> bar to find specific
  28.   information within &brandShortName; Help.  For more information on using
  29.   &brandFullName; Help, see <a href="chrome://help/locale/welcome.xhtml">Using
  30.   the Help Window</a>.</p>
  31.  
  32. <p>If you can't find what you need in built-in &brandShortName; Help, you can
  33.   find more help and support options online at <a
  34.   href="http://www.mozilla.org/support/firefox/" target="_blank">&brandShortName; Help</a>.</p>
  35.  
  36. <div class="contentsBox"><em>09 July 2005</em></div>
  37. <p>Copyright © 2003-2007 Contributors to the Mozilla Help Viewer Project.</p>
  38.  
  39. </body>
  40. </html>
  41.